From 05bfca73e1e23dedf2f14e1588e7e2f45023b889 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 6 Aug 2002 15:53:47 +0000 Subject: [PATCH] Example for serial protocol. --- gpsbabel/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gpsbabel/README b/gpsbabel/README index b282b7e6e..220988295 100644 --- a/gpsbabel/README +++ b/gpsbabel/README @@ -96,6 +96,12 @@ COMMON USAGE tells it to read the first file in geocaching.com format and create a new file in GPX format. + This command will read from a Magellan unit attached to the first + serial port on a Linux system (device names will vary on other OSes) + and write them as a geocaching loc file. + + gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc + ADVANCED USAGE -- 2.30.2